-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/sjad #4473
base: main
Are you sure you want to change the base?
Feature/sjad #4473
Conversation
Support adding MySQL when run `azd init`
Fix typo by changing "DbMysql" to "DbMySql"
…or like this: "argetTypeNotSupported: Target resource type MICROSOFT.DBFORMYSQL/FLEXIBLESERVERS is not supported.".
2. Delete '1>&2' used for debug. 3. Add 'az tag create' to fix the problem about tag been deleted when creating service connector.
Use managed-identity instead of username and password
2. Update log about "failed to read spring application properties". 3. Fix bug about can not find frontend app and backend app at the same time. 4. Add service connector from aca to postgresql.
Use passwordless to connect to PostgreSQL in Azure Container Apps
…#27) * prompt if detected kafka but no spring-cloud-azure found, can help to add this dep * remove auto-add dep code * add UT * resolve comments * remove unused ones --------- Co-authored-by: haozhang <[email protected]>
…ing boot version (#28) * for Kafka, inject AzureEventHubsKafkaAutoConfiguration package path based on spring boot version * parse properties to fill possible spring boot version * update UT * update detect spring boot version logic * small fix --------- Co-authored-by: haozhang <[email protected]>
* 1. Fix error: Missing information in ServiceSpec. Like messaging service. 2. Use DatabaseMysql to replace DatabaseReference to make code simplifier. Same to all other db type. 3. Simplify the code of handleContainerAppProps. 4. Simplify the code of Frontend and Backend fulfill in ServiceSpec * Fix test error. * 1. Print hints about uses relationships. 2. Add frontend BASE_URL in backend service. * Delete "todo" because it's already done. * Use printf for each line of log to make it look better. * Use console.Message instead of log.Printf. Because log.Printf will print nothing when there is no "--debug" added when run azd. * Fix compile error in test files. * Update the description in hints. * 1. Split "mapUses" function into to functions: "mapUses" and "printHintsAboutUses". 2. Add missing hint for AI module.
79cd713
to
8c72593
Compare
Co-authored-by: haozhang <[email protected]>
VSCode Extension Installation Instructions
|
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
To replace #4422. This PR will show the changes we made for java analyzer and bicep generation for azure resources